home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-3484 / gif2djet / gif2djet.txt < prev   
Text File  |  1992-11-11  |  5KB  |  127 lines

  1. GIF2DJET.PRG
  2. by Rufus Developments
  3.  
  4. This program prints a GIF picture file on a Hewlett-Packard DeskJet
  5. Plus or compatible printer.  No fancy options, it just scales the
  6. picture to fit the page, grey-scales it, gamma-corrects it, contrast-
  7. enhances it, dithers it, and prints it.
  8.  
  9. It has no particular monitor or memory requirements, and will print any
  10. size GIF file, whether or not your ST can display it.
  11.  
  12. It will alert you to any problem in decoding the GIF.
  13.  
  14. How to use
  15. ==========
  16.  
  17. You can run it by double-clicking from the Desktop as normal.  It
  18. displays a File Selector whereby you can select the file to print.
  19.  
  20. If you pass a GIF file parameter then it will print that file without
  21. further ado.  One way to do this is to rename it as GIF2DJET.TTP, run
  22. it from the Desktop, and type the filename.  A better way, if you use
  23. Neodesk, is to drag-and-drop a GIF file on to the program icon.
  24.  
  25. For Neodesk users, we have created a special icon, GIF2DJET.NIC,
  26. supplied along with the program - hope you like it!
  27.  
  28. Limitations
  29. ===========
  30.  
  31. It won't work on a plain old DeskJet, because it uses data compression
  32. (for faster printing), and DeskJets don't support compression.
  33.  
  34. It doesn't print in colour!
  35.  
  36. It doesn't support interlaced GIFs, local colour maps, or multi-image
  37. GIFs, because I've never seen such things.
  38.  
  39. Not all colour pictures look good when printed in black and white. 
  40. This is a problem with life, not with GIF2DJET.
  41.  
  42. Background colour
  43. =================
  44.  
  45. There is just one option in GIF2DJET.  But you can ignore it if you
  46. like.  To understand what it does, and why it's needed, you need to
  47. know a little more about GIFs than the average person probably does. 
  48. So here goes:
  49.  
  50. Most GIFs start life displayed on a monitor screen of some sort.  If
  51. the picture is not the same shape as the screen (normally 640x480 or
  52. 1024x768) then there will be some blank background around the actual
  53. picture, normally coloured black.  
  54.  
  55. GIF files also contain a 'background colour' field, which tells us
  56. which of the 256 possible colours is used for the background.  By
  57. setting this colour to White, we can at least avoid wasting expensive
  58. ink on several square inches of solid black.
  59.  
  60. GIF2DJET's one and only option is to set the background colour to
  61. White.  To activate this option, hold down the ST's Alternate key when
  62. running the program.  A message will confirm activation.
  63.  
  64. Unfortunately, some of the programs that create GIFs use the background
  65. colour (normally black) in the picture.  Heaven knows why, with 255
  66. other colours to choose from, but they do.  In this case, if you use
  67. the option, parts of the picture, that should be black, are printed
  68. white.  For this reason the option is not activated by default.
  69.  
  70. Summary:  if your printed GIF has a black background around it, then
  71. hold down the Alternate key, either when running GIF2DJET, or when
  72. selecting a file.  This will make the background white, but may cause
  73. erroneous white areas in the picture.
  74.  
  75. Small print
  76. ===========
  77.  
  78. This program is copyright 1992, Rufus Developments.
  79.  
  80. It may be freely used and distributed, provided that (1) neither the
  81. program nor this file is modified in any way, (2) no charge is made for
  82. the program, other than a reasonable distribution charge, and (3) Rufus
  83. Developments will not be liable for damage, including consequential
  84. damage, arising from its use.
  85.  
  86. GIF and 'Graphics Interchange Format' are trade marks of CompuServe
  87. Incorporated, an H & R Block company.
  88.  
  89. Plug
  90. ====
  91.  
  92. If you own a DeskJet then you may like to know about HPChrome, also
  93. from Rufus Developments.
  94.  
  95. As the name implies, HPChrome is a COLOUR printing program, for 16-
  96. colour DEGAS and Neochrome pictures.  You can crop your picture as you
  97. wish, and print it any size, anywhere on the page.  There is a range of
  98. adjustments to provide accurate colour rendering.  It supports all
  99. DeskJets:  not just the colour DeskJet 500C and 550C, but also, with a
  100. Colour Kit, the DeskJet, DeskJet Plus, and DeskJet 500.
  101.  
  102. The Colour Kit consists of ink cartridge refills in cyan, magenta and
  103. yellow, plus cleaning solvent to remove all traces of black from your
  104. empty cartridges.  They are widely available from computer suppliers.
  105.  
  106. HPChrome is shareware.  The registered version includes a printed
  107. manual, updates, and technical support, and costs just £5.00, direct
  108. from Rufus Developments.  The unregistered version, which is fully
  109. functional, is available from PD libraries and bulletin boards or
  110. wherever you got this.
  111.  
  112. (We also do BJChrome - same features, same deal, for Canon BubbleJets.)
  113.  
  114. Coming RSN
  115. ==========
  116.  
  117. OK, you know we can print in colour, and you know we can decode GIFs,
  118. so what would you expect?  Well, we're planning to exceed all your
  119. expectations.  Target release date is early 1993 - contact us for info.
  120.  
  121. Rufus Developments
  122. ==================
  123.  
  124. PO Box 562, Wimborne, Dorset BH21 2YD.
  125.  
  126. Email:  mdryden@cix.compulink.co.uk
  127.